Build and test with CUDA 13.2.0#1198
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
632a7a7 to
7b3d1bf
Compare
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (10)
💤 Files with no reviewable changes (1)
✅ Files skipped from review due to trivial changes (3)
🚧 Files skipped from review as they are similar to previous changes (4)
📝 WalkthroughWalkthroughThis PR updates the project's CUDA toolchain from version 13.1 to 13.2 across build/test CI workflows, dependency matrices, conda environment files, and CONTRIBUTING documentation, and pins reusable workflow references to ChangesCUDA 13.2 Version Upgrade
🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Thank you @bdice for the PR, several of the engine team were waiting for this update. |
|
rapidsai/rapids-cmake#1022 has been merged, which should fix the Blackwell test failures. |
|
/merge |
Contributes to rapidsai/build-planning#265 Closes NVIDIA#1155. * uses CUDA 13.2.0 to build and test * updates to CUDA 13.2.0 devcontainers ## Notes for Reviewers This switches GitHub Actions workflows to the `cuda-13.2.0` branch from here: rapidsai/shared-workflows#545 A future round of PRs will revert that back to `main`, once all of RAPIDS is migrated. Authors: - Bradley Dice (https://github.com/bdice) - Ramakrishnap (https://github.com/rgsl888prabhu) Approvers: - James Lamb (https://github.com/jameslamb) - Ramakrishnap (https://github.com/rgsl888prabhu) URL: NVIDIA#1198
The nightly main scan has been failing since 2026-05-15 because PR #1198 bumped main from CUDA 13.1 to 13.2 (replacing `all_cuda-131_arch-*.yaml` with `all_cuda-132_arch-*.yaml`), but `run-sonar-analysis.sh` still pointed at the deleted 13.1 yaml. Detect inside the per-branch loop: glob `conda/environments/`, version-sort, take the newest. `release/26.04` keeps using `cuda-131` (still on disk there); `main` now picks `cuda-132` automatically; future bumps need no script change. Loud failure if no matching env file exists at all. Authors: - Ramakrishnap (https://github.com/rgsl888prabhu) Approvers: - Ishika Roy (https://github.com/Iroy30) URL: #1236
Contributes to rapidsai/build-planning#265
Closes #1155.
Notes for Reviewers
This switches GitHub Actions workflows to the
cuda-13.2.0branch from here: rapidsai/shared-workflows#545A future round of PRs will revert that back to
main, once all of RAPIDS is migrated.